PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addEllipse Method
x position of ellipse's top left corner.
y position of ellipse's top left corner.
The ellipse width.
The ellipse height.
In This Topic
    addEllipse Method
    In This Topic
    Adds an ellipse to path.
    Syntax
    public void addEllipse( 
       double left,
       double top,
       double width,
       double height
    )

    Parameters

    left
    x position of ellipse's top left corner.
    top
    y position of ellipse's top left corner.
    width
    The ellipse width.
    height
    The ellipse height.
    See Also